object Dlg_WyliczIlosc: TDlg_WyliczIlosc Left = 203 Top = 103 BorderStyle = bsDialog Caption = 'Wyliczanie ilo�ci towaru' ClientHeight = 155 ClientWidth = 257 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnActivate = FormActivate OnMouseMove = FormMouseMove OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 0 Width = 241 Height = 113 TabOrder = 7 end object Label_Wartosc: TStaticText Left = 24 Top = 18 Width = 74 Height = 17 Caption = 'Warto�� netto:' TabOrder = 0 end object Label_Wartosc_jedn: TStaticText Left = 24 Top = 50 Width = 100 Height = 17 Caption = 'Warto�� netto jedn.:' TabOrder = 1 end object StaticText3: TStaticText Left = 24 Top = 83 Width = 64 Height = 17 Caption = 'Ilo�� towaru:' TabOrder = 2 end object btnZamknij: TPanel Left = 85 Top = 123 Width = 81 Height = 25 BevelOuter = bvNone Caption = 'Zamknij' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = btnZamknijClick OnMouseDown = btnMouseDown OnMouseMove = btnMouseMove OnMouseUp = btnMouseUp end object DBEdit_NettoBrutto: TDBEdit Left = 128 Top = 16 Width = 105 Height = 21 DataField = 'Brutto' TabOrder = 4 OnEnter = EditNettoBruttoChange OnExit = EditNettoBruttoChange OnKeyDown = DBEdit_NettoBruttoKeyDown end object DBEdit_NettoBrutto_jedn: TDBEdit Left = 128 Top = 48 Width = 105 Height = 21 DataField = 'Brutto_jedn' TabOrder = 5 OnEnter = EditNettoBruttoChange OnExit = EditNettoBruttoChange OnKeyDown = DBEdit_NettoBrutto_jednKeyDown end object DBEdit_Ilosc: TDBEdit Left = 128 Top = 80 Width = 105 Height = 21 DataField = 'Ilosc' Enabled = False TabOrder = 6 end end